ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRationalInt Structure / FromString Method
The string to parse.




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

Parameters

value
The string to parse.

Return Value

A new ImGearRationalInt structure.
Example
See Also