Class CsvValue
Inheritance
System.Object
CsvValue
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: GenerallyPositive
Assembly: GPAL.dll
Syntax
public class CsvValue
Constructors
CsvValue(String, Boolean)
Declaration
public CsvValue(string value, bool wasQuoted)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | |
| System.Boolean | wasQuoted |
Properties
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
WasQuoted
Declaration
public bool WasQuoted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |