ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRationalUInt Structure / FromString Method
The string to parse.




In This Topic
    FromString Method (ImGearRationalUInt)
    In This Topic
    Creates a ImGearRationalUInt from the specified string.
    Syntax
    'Declaration
     
    Public Shared Function FromString( _
       ByVal value As String _
    ) As ImGearRationalUInt
    'Usage
     
    Dim value As String
    Dim value As ImGearRationalUInt
     
    value = ImGearRationalUInt.FromString(value)
    public static ImGearRationalUInt FromString( 
       string value
    )
    public: static ImGearRationalUInt FromString( 
       string* value
    ) 
    public:
    static ImGearRationalUInt FromString( 
       String^ value
    ) 

    Parameters

    value
    The string to parse.

    Return Value

    A new ImGearRationalUInt structure.
    See Also