Class StringBuffer
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public sealed class StringBuffer
Fields
|
Improve this Doc
View Source
Empty
Declaration
public static readonly StringBuffer Empty
Field Value
Methods
|
Improve this Doc
View Source
Append(String)
Declaration
public StringBuffer Append(string str)
Parameters
Type |
Name |
Description |
String |
str |
|
Returns
|
Improve this Doc
View Source
Clone()
Declaration
public StringBuffer Clone()
Returns
|
Improve this Doc
View Source
Concat(StringBuffer)
Declaration
public StringBuffer Concat(StringBuffer another)
Parameters
Returns
|
Improve this Doc
View Source
EndsWith(Char)
Declaration
public bool EndsWith(char character)
Parameters
Type |
Name |
Description |
Char |
character |
|
Returns
|
Improve this Doc
View Source
EndsWith(String)
Declaration
public bool EndsWith(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
Returns
|
Improve this Doc
View Source
GetLength()
Declaration
Returns
|
Improve this Doc
View Source
StartsWith(Char)
Declaration
public bool StartsWith(char character)
Parameters
Type |
Name |
Description |
Char |
character |
|
Returns
|
Improve this Doc
View Source
StartsWith(String)
Declaration
public bool StartsWith(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Addition(StringBuffer, StringBuffer)
Declaration
public static StringBuffer operator +(StringBuffer buffer, StringBuffer another)
Parameters
Returns
|
Improve this Doc
View Source
Addition(StringBuffer, String)
Declaration
public static StringBuffer operator +(StringBuffer buffer, string value)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(StringBuffer to String)
Declaration
public static implicit operator string (StringBuffer buffer)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(String to StringBuffer)
Declaration
public static implicit operator StringBuffer(string value)
Parameters
Type |
Name |
Description |
String |
value |
|
Returns
Extension Methods