Свойство | Тип | Описание | |
---|---|---|---|
DefaultNumberFormatRegex | |||
DefaultNumberFormatRegexAllowLeadingAndTrailingChars | |||
DefaultNumberFormatRegexPattern | string | ||
DefaultNumberFormatRegexPatternAllowLeadingAndTrailingChars | string |
Метод | Описание | |
---|---|---|
DefaultNumberFormatRegexPatternConstruct ( bool allowLeadingCharacters = false, bool allowTrailingCharacters = false, string groupIdSufix = null ) : string | ||
IntFromRoman ( this roman ) : int? | ||
NumberFormatRegexPatternConstruct ( string setSignOption, string setDecimalSeparatorOption, string setDigitGroupSeparatorOption, bool allowLeadingCharacters = false, bool allowTrailingCharacters = false, string groupIdSufix = null ) : string | ||
NumberParseDecimal ( this numberString ) : Int64? | ||
NumberParseDecimalMilli ( this numberString ) : Int64? |
parses a decimal number and returns the number multiplied by thousand.
|
|
NumberParseDecimalMilliBetween ( this stringContainingNumber, string prefixPattern = null, string suffixPattern = null, RegexOptions regexOptions = RegexOptions.None ) : Int64? | ||
RegexPatternAlternativeConstruct ( string setOption ) : string |
static public DefaultNumberFormatRegexPatternConstruct ( bool allowLeadingCharacters = false, bool allowTrailingCharacters = false, string groupIdSufix = null ) : string | ||
allowLeadingCharacters | bool | |
allowTrailingCharacters | bool | |
groupIdSufix | string | |
Результат | string |
static public IntFromRoman ( this roman ) : int? | ||
roman | this | |
Результат | int? |
static public NumberFormatRegexPatternConstruct ( string setSignOption, string setDecimalSeparatorOption, string setDigitGroupSeparatorOption, bool allowLeadingCharacters = false, bool allowTrailingCharacters = false, string groupIdSufix = null ) : string | ||
setSignOption | string | |
setDecimalSeparatorOption | string | |
setDigitGroupSeparatorOption | string | |
allowLeadingCharacters | bool | |
allowTrailingCharacters | bool | |
groupIdSufix | string | |
Результат | string |
static public NumberParseDecimal ( this numberString ) : Int64? | ||
numberString | this | |
Результат | Int64? |
static public NumberParseDecimalMilli ( this numberString ) : Int64? | ||
numberString | this | |
Результат | Int64? |
static public NumberParseDecimalMilliBetween ( this stringContainingNumber, string prefixPattern = null, string suffixPattern = null, RegexOptions regexOptions = RegexOptions.None ) : Int64? | ||
stringContainingNumber | this | |
prefixPattern | string | |
suffixPattern | string | |
regexOptions | RegexOptions | |
Результат | Int64? |
static public RegexPatternAlternativeConstruct ( string setOption ) : string | ||
setOption | string | |
Результат | string |
static public Regex,System.Text.RegularExpressions DefaultNumberFormatRegex | ||
Результат |
static public Regex,System.Text.RegularExpressions DefaultNumberFormatRegexAllowLeadingAndTrailingChars | ||
Результат |
static public string DefaultNumberFormatRegexPattern | ||
Результат | string |