Méthode | Description | |
---|---|---|
Append ( StringBuffer value ) : void | ||
Append ( StringBuffer value, int start ) : void | ||
Append ( StringBuffer value, int start, int length ) : void | ||
Append ( char value ) : void | ||
Append ( int value ) : void | ||
Append ( int value, string format ) : void |
Appends a number to the string. Use format to output as Hex.
|
|
Append ( string value ) : void |
Appends a string
|
|
Append ( string value, int start ) : void | ||
Append ( string value, int start, int length ) : void | ||
Append ( uint value ) : void | ||
Append ( uint value, string format ) : void |
Appends a number to the string. Use format to output as Hex.
|
|
Clear ( ) : void | ||
IndexOf ( string value ) : int |
Gets the index of a specific value
|
|
Set ( string value ) : void |
Overwrite the current value with a new one
|
|
StringBuffer ( byte value ) : System.Runtime.InteropServices | ||
StringBuffer ( int value ) : System.Runtime.InteropServices | ||
StringBuffer ( int value, string format ) : System.Runtime.InteropServices | ||
StringBuffer ( string value ) : System.Runtime.InteropServices | ||
StringBuffer ( uint value ) : System.Runtime.InteropServices | ||
StringBuffer ( uint value, string format ) : System.Runtime.InteropServices | ||
this ( int index ) : char |
Access a char at a specific index
|
Méthode | Description | |
---|---|---|
Append ( uint value, bool signed, bool hex ) : void | ||
IndexOfImpl ( string value, int startIndex, int count ) : int | ||
firstChar ( ) : char* |
public Append ( StringBuffer value ) : void | ||
value | StringBuffer | |
Résultat | void |
public Append ( StringBuffer value, int start ) : void | ||
value | StringBuffer | |
start | int | |
Résultat | void |
public Append ( StringBuffer value, int start, int length ) : void | ||
value | StringBuffer | |
start | int | |
length | int | |
Résultat | void |
public Append ( int value, string format ) : void | ||
value | int | |
format | string | |
Résultat | void |
public Append ( string value, int start ) : void | ||
value | string | |
start | int | |
Résultat | void |
public Append ( string value, int start, int length ) : void | ||
value | string | |
start | int | |
length | int | |
Résultat | void |
public Append ( uint value, string format ) : void | ||
value | uint | |
format | string | |
Résultat | void |
public StringBuffer ( byte value ) : System.Runtime.InteropServices | ||
value | byte | |
Résultat | System.Runtime.InteropServices |
public StringBuffer ( int value ) : System.Runtime.InteropServices | ||
value | int | |
Résultat | System.Runtime.InteropServices |
public StringBuffer ( int value, string format ) : System.Runtime.InteropServices | ||
value | int | |
format | string | |
Résultat | System.Runtime.InteropServices |
public StringBuffer ( string value ) : System.Runtime.InteropServices | ||
value | string | |
Résultat | System.Runtime.InteropServices |
public StringBuffer ( uint value ) : System.Runtime.InteropServices | ||
value | uint | |
Résultat | System.Runtime.InteropServices |
public StringBuffer ( uint value, string format ) : System.Runtime.InteropServices | ||
value | uint | |
format | string | |
Résultat | System.Runtime.InteropServices |