ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRationalUInt Structure / ToString Method




In This Topic
    ToString Method (ImGearRationalUInt)
    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 ImGearRationalUInt
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public: string* ToString(); override 
    public:
    String^ ToString(); override 

    Return Value

    String value.
    See Also