LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure / ToString Method / ToString() Method

In This Topic
    ToString() Method
    In This Topic
    Returns a string that represents the current object.Returns the fully qualified type name of this instance.Gets the string representation of the BigDecimalThe string representation of the BigDecimal in its decimal format
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    A string that represents the current object.The fully qualified type name.The string representation of the BigDecimal
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also