Builder
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.strings
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Builder()
init()
Sub New()
constructor (Builder)
Parameters:
- value:
Cap
Grow
Parameters:
- i:
Len
Reset
method Reset
void Reset()
func Reset()
// .NET, .NET Standard 2.0
func Reset()
// Island
func Reset() void
Sub Reset()
String
method String: String
String String()
func String() -> String
func String() String
Function String() As String
Write
Parameters:
- p:
WriteByte
Parameters:
- b:
WriteRune
Parameters:
- c:
WriteString
method WriteString(s: String)
void WriteString(String s)
func WriteString(_ s: String)
Sub WriteString(s As String)
Parameters:
- s: