Class TomlValue
  
  
  
  
    Inheritance
    System.Object
    
    TomlValue
      
   
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  Namespace: Nett
  Assembly: Nett.dll
  Syntax
  
    public abstract class TomlValue : TomlObject
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TomlValue(ITomlRoot, Object)
  
  
  Declaration
  
    protected TomlValue(ITomlRoot root, object untyped)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ITomlRoot | 
        root | 
         | 
      
      
        | System.Object | 
        untyped | 
         | 
      
    
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  BoolType
  
  
  Declaration
  
    protected static readonly Type BoolType
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  CharType
  
  
  Declaration
  
    protected static readonly Type CharType
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DateTimeType
  
  
  Declaration
  
    protected static readonly Type DateTimeType
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DoubleType
  
  
  Declaration
  
    protected static readonly Type DoubleType
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  FloatType
  
  
  Declaration
  
    protected static readonly Type FloatType
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  Int16Type
  
  
  Declaration
  
    protected static readonly Type Int16Type
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  Int32Type
  
  
  Declaration
  
    protected static readonly Type Int32Type
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  Int64Type
  
  
  Declaration
  
    protected static readonly Type Int64Type
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  StringType
  
  
  Declaration
  
    protected static readonly Type StringType
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TimespanType
  
  
  Declaration
  
    protected static readonly Type TimespanType
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  UInt16Type
  
  
  Declaration
  
    protected static readonly Type UInt16Type
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  UInt32Type
  
  
  Declaration
  
    protected static readonly Type UInt32Type
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Type | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UntypedValue
  
  
  Declaration
  
    public object UntypedValue { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    protected static string CleanupNumberInputString(string input, int sub = 0)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        input | 
         | 
      
      
        | System.Int32 | 
        sub | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Extension Methods