Converts a string to a OffsetsD structure.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public static bool Parse( string s, out OffsetsD result, bool throwException ) | 
| Visual Basic | 
|---|
| Public Shared Function Parse ( _ s As String, _ <OutAttribute> ByRef result As OffsetsD, _ throwException As Boolean _ ) As Boolean | 
Parameters
- s
- Type: System..::..String
 The string to convert.
- result
- Type: C1.C1Preview..::..OffsetsD%
 OUT: The OffsetsD structure.
- throwException
- Type: System..::..Boolean
 Indicates whether an exception should be thrown if the string cannot be converted.
 
     
     
     
     
    