[]
        
Represents how localized number format is parsed.
public enum NumberFormatConvertMode
  Public Enum NumberFormatConvertMode
  | Name | Description | 
|---|---|
| Current | The number format is parsed as current culture.  | 
      
| Invariant | The number format is parsed as invariant culture.  | 
      
| None | The number format is parsed as it is.  |