Свойство | Type | Description | |
---|---|---|---|
NumberFormat |
Méthode | Description | |
---|---|---|
BoolToString ( bool b ) : string | ||
DoubleOptionalToString ( double i ) : string | ||
DoubleToString ( double d ) : string | ||
IntOptionalToString ( int i ) : string | ||
IntToString ( int i ) : string | ||
LinkToString ( int link ) : string | ||
ListLinksToString ( List |
||
ParseBool ( string str ) : bool | ||
ParseDouble ( string str ) : double | ||
ParseInt ( string str ) : int | ||
ParseLink ( string str ) : int | ||
ParseString ( string str ) : string | ||
SplitLineFields ( string s ) : List |
||
SplitListDoubleTriple ( string s ) : Tuple |
||
SplitListDoubleTuple ( string s ) : double>[].Tuple |
||
SplitListLinks ( string s ) : List |
||
SplitListSTPIntTriple ( string s ) : Tuple |
||
SplitListSTPIntegers ( string s ) : List |
||
SplitListStrings ( string s ) : List |
||
StripBool ( string s, int &pos, int len ) : bool | ||
StripDouble ( string s, int &pos, int len ) : double | ||
StripField ( string s, int &pos, int len ) : string | ||
StripInt ( string s, int &pos, int len ) : int | ||
StripLink ( string s, int &pos, int len ) : int | ||
StripListDouble ( string s, int &pos, int len ) : List |
||
StripListInt ( string s, int &pos, int len ) : List |
||
StripListLink ( string s, int &pos, int len ) : List |
||
StripListListDouble ( string s, int &pos, int len ) : List
|
||
StripListListInt ( string s, int &pos, int len ) : List
|
||
StripListListLink ( string s, int &pos, int len ) : List
|
||
StripString ( string s, int &pos, int len ) : string |
Méthode | Description | |
---|---|---|
ParserSTEP ( ) : System | ||
offsetSTEPRecords ( string line, int offset ) : string | ||
striplist ( string s, int &pos, int len ) : string | ||
stripstring ( string s, int &pos, int len ) : string |
public static BoolToString ( bool b ) : string | ||
b | bool | |
Résultat | string |
public static DoubleOptionalToString ( double i ) : string | ||
i | double | |
Résultat | string |
public static DoubleToString ( double d ) : string | ||
d | double | |
Résultat | string |
public static IntOptionalToString ( int i ) : string | ||
i | int | |
Résultat | string |
public static IntToString ( int i ) : string | ||
i | int | |
Résultat | string |
public static LinkToString ( int link ) : string | ||
link | int | |
Résultat | string |
public static ListLinksToString ( List |
||
links | List |
|
Résultat | string |
public static ParseBool ( string str ) : bool | ||
str | string | |
Résultat | bool |
public static ParseDouble ( string str ) : double | ||
str | string | |
Résultat | double |
public static ParseInt ( string str ) : int | ||
str | string | |
Résultat | int |
public static ParseLink ( string str ) : int | ||
str | string | |
Résultat | int |
public static ParseString ( string str ) : string | ||
str | string | |
Résultat | string |
public static SplitLineFields ( string s ) : List |
||
s | string | |
Résultat | List |
public static SplitListDoubleTriple ( string s ) : Tuple |
||
s | string | |
Résultat | Tuple |
public static SplitListDoubleTuple ( string s ) : double>[].Tuple |
||
s | string | |
Résultat | double>[].Tuple |
public static SplitListLinks ( string s ) : List |
||
s | string | |
Résultat | List |
public static SplitListSTPIntTriple ( string s ) : Tuple |
||
s | string | |
Résultat | Tuple |
public static SplitListSTPIntegers ( string s ) : List |
||
s | string | |
Résultat | List |
public static SplitListStrings ( string s ) : List |
||
s | string | |
Résultat | List |
public static StripBool ( string s, int &pos, int len ) : bool | ||
s | string | |
pos | int | |
len | int | |
Résultat | bool |
public static StripDouble ( string s, int &pos, int len ) : double | ||
s | string | |
pos | int | |
len | int | |
Résultat | double |
public static StripField ( string s, int &pos, int len ) : string | ||
s | string | |
pos | int | |
len | int | |
Résultat | string |
public static StripInt ( string s, int &pos, int len ) : int | ||
s | string | |
pos | int | |
len | int | |
Résultat | int |
public static StripLink ( string s, int &pos, int len ) : int | ||
s | string | |
pos | int | |
len | int | |
Résultat | int |
public static StripListDouble ( string s, int &pos, int len ) : List |
||
s | string | |
pos | int | |
len | int | |
Résultat | List |
public static StripListInt ( string s, int &pos, int len ) : List |
||
s | string | |
pos | int | |
len | int | |
Résultat | List |
public static StripListLink ( string s, int &pos, int len ) : List |
||
s | string | |
pos | int | |
len | int | |
Résultat | List |
public static StripListListDouble ( string s, int &pos, int len ) : List
|
||
s | string | |
pos | int | |
len | int | |
Résultat | List
|
public static StripListListInt ( string s, int &pos, int len ) : List
|
||
s | string | |
pos | int | |
len | int | |
Résultat | List
|
public static StripListListLink ( string s, int &pos, int len ) : List
|
||
s | string | |
pos | int | |
len | int | |
Résultat | List
|
public static StripString ( string s, int &pos, int len ) : string | ||
s | string | |
pos | int | |
len | int | |
Résultat | string |