ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / IEngine Interface / CultureInfo Property

In This Topic
    CultureInfo Property
    In This Topic
    Gets or sets the CultureInfo to use when parsing numbers and dates.
    Syntax
    'Declaration
     
    Property CultureInfo As System.Globalization.CultureInfo
    System.Globalization.CultureInfo CultureInfo {get; set;}
    See Also