ImageGear .NET - Updated December 24, 2018
FromString Method (ImGearRationalUInt)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRationalUInt Structure : FromString Method
The string to parse.
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)

Parameters

value
The string to parse.

Return Value

A new ImGearRationalUInt structure.
See Also

Reference

ImGearRationalUInt Structure
ImGearRationalUInt Members