ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRationalInt Structure / ToString Method




In This Topic
ToString Method (ImGearRationalInt)
In This Topic
Converts the value of this instance to its equivalent string representation.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 
'Usage
 
Dim instance As ImGearRationalInt
Dim value As String
 
value = instance.ToString()

Return Value

String value.
See Also