C# Class System.Xml.Xsl.Runtime.DecimalFormat

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
digit char
info System.Globalization.NumberFormatInfo
patternSeparator char
zeroDigit char

Private Methods

Method Description
DecimalFormat ( NumberFormatInfo info, char digit, char zeroDigit, char patternSeparator ) : System.Diagnostics

Property Details

digit public_oe property

public char digit
return char

info public_oe property

public NumberFormatInfo,System.Globalization info
return System.Globalization.NumberFormatInfo

patternSeparator public_oe property

public char patternSeparator
return char

zeroDigit public_oe property

public char zeroDigit
return char