Method | Description | |
---|---|---|
ConvertEscapeChars ( this input ) : string | ||
ConvertFromOATime ( this value ) : object | ||
Int64BitsToDouble ( this value ) : double | ||
IsEmpty ( this row ) : bool | ||
IsSingleByteEncoding ( this encoding ) : bool | ||
ReferenceToColumnAndRow ( this reference ) : int[] | ||
RemoveColumnsByRow ( this dataTable, int rowIndex, bool>.Func |
||
Shrink ( this dataTable ) : DataTable |
public static ConvertEscapeChars ( this input ) : string | ||
input | this | |
return | string |
public static ConvertFromOATime ( this value ) : object | ||
value | this | |
return | object |
public static Int64BitsToDouble ( this value ) : double | ||
value | this | |
return | double |
public static IsSingleByteEncoding ( this encoding ) : bool | ||
encoding | this | |
return | bool |
public static ReferenceToColumnAndRow ( this reference ) : int[] | ||
reference | this | |
return | int[] |
public static RemoveColumnsByRow ( this dataTable, int rowIndex, bool>.Func |
||
dataTable | this | |
rowIndex | int | |
filter | bool>.Func | |
return | DataTable |
public static Shrink ( this dataTable ) : DataTable | ||
dataTable | this | |
return | DataTable |