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

In This Topic
    ToString(CultureInfo) Method
    In This Topic
    Gets the string representation of the BigDecimal
    Syntax
    'Declaration
     
    
    Public Overloads Function ToString( _
       ByVal cultureInfo As System.Globalization.CultureInfo _
    ) As System.String
    public System.string ToString( 
       System.Globalization.CultureInfo cultureInfo
    )

    Parameters

    cultureInfo

    Return Value

    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