Property | Type | Description | |
---|---|---|---|
TEXT_CAPACITY | int | ||
bBuffer | byte[] | ||
iBufPos | int | ||
sText | string |
Method | Description | |
---|---|---|
Append ( char cChar ) : void |
Appends proper char with smart handling of Unicode chars
|
|
Clear ( ) : void |
Resets object to zero length string
|
|
Dispose ( ) : void | ||
SetEncoding ( |
Sets encoding to be used for conversion of binary data into string
|
Method | Description | |
---|---|---|
Dispose ( bool bDisposing ) : void | ||
DynaString ( string sString ) : System |
Constructor
|
|
SetToString ( ) : string |
Creates string from buffer using set encoder
|
|
SetToStringASCII ( ) : string |
Creates string from buffer using default encoder
|
public SetEncoding ( |
||
p_oEnc | Encoding object | |
return | void |