Method | Description | |
---|---|---|
Clone ( ) : object | ||
FromNative ( string pattern, char stringSeparators ) : bool |
Get the step from the native form
|
|
PatternWipeStep ( ) : System | ||
PatternWipeStep ( int number ) : System | ||
PatternWipeStep ( int number, byte pattern ) : System | ||
PatternWipeStep ( string nativeForm, char stringSeparators ) : System | ||
ToNative ( ) : string |
Get the native form of the step
|
public FromNative ( string pattern, char stringSeparators ) : bool | ||
pattern | string | |
stringSeparators | char | |
return | bool |
public PatternWipeStep ( int number ) : System | ||
number | int | |
return | System |
public PatternWipeStep ( int number, byte pattern ) : System | ||
number | int | |
pattern | byte | |
return | System |
public PatternWipeStep ( string nativeForm, char stringSeparators ) : System | ||
nativeForm | string | |
stringSeparators | char | |
return | System |