ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

value
The string to parse.

Return Value

A new ImGearRationalUInt structure.
See Also