Matches a c-sharp style format specifier in a string "{0,5:n}". The identifier may be any numeric set of characters. The groups returned will be "field", "suffix", "width", and "format". Used with StringUtils.Transform() you can provide your own String.Format().
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly FormatSpecifier As Regex |
C# | |
---|
public static readonly Regex FormatSpecifier |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also