Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.strconv
- Platforms: .NET, .NET Standard 2.0, Island
AppendBool
class method AppendBool(dst: Slice<Byte>; b: bool): Slice<Byte>
static Slice<Byte> AppendBool(Slice<Byte> dst, bool b)
static func AppendBool(_ dst: Slice<Byte>, _ b: bool) -> Slice<Byte>
func AppendBool(dst Slice<Byte>, b bool) Slice<Byte>
Shared Function AppendBool(dst As Slice<Byte>, b As bool) As Slice<Byte>
Parameters:
- dst:
- b:
AppendFloat
class method AppendFloat(dst: Slice<Byte>; f: float64; fmt: byte; prec: int; bitSize: int): Slice<Byte>
static Slice<Byte> AppendFloat(Slice<Byte> dst, float64 f, byte fmt, int prec, int bitSize)
static func AppendFloat(_ dst: Slice<Byte>, _ f: float64, _ fmt: byte, _ prec: int, _ bitSize: int) -> Slice<Byte>
func AppendFloat(dst Slice<Byte>, f float64, fmt byte, prec int, bitSize int) Slice<Byte>
Shared Function AppendFloat(dst As Slice<Byte>, f As float64, fmt As byte, prec As int, bitSize As int) As Slice<Byte>
Parameters:
- dst:
- f:
- fmt:
- prec:
- bitSize:
AppendInt
class method AppendInt(dst: Slice<Byte>; i: int64; base: int): Slice<Byte>
static Slice<Byte> AppendInt(Slice<Byte> dst, int64 i, int base)
static func AppendInt(_ dst: Slice<Byte>, _ i: int64, _ base: int) -> Slice<Byte>
func AppendInt(dst Slice<Byte>, i int64, base int) Slice<Byte>
Shared Function AppendInt(dst As Slice<Byte>, i As int64, base As int) As Slice<Byte>
Parameters:
- dst:
- i:
- base:
AppendQuote
class method AppendQuote(dst: Slice<Byte>; s: string): Slice<Byte>
static Slice<Byte> AppendQuote(Slice<Byte> dst, string s)
static func AppendQuote(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>
func AppendQuote(dst Slice<Byte>, s string) Slice<Byte>
Shared Function AppendQuote(dst As Slice<Byte>, s As string) As Slice<Byte>
Parameters:
- dst:
- s:
AppendQuoteRune
class method AppendQuoteRune(dst: Slice<Byte>; r: rune): Slice<Byte>
static Slice<Byte> AppendQuoteRune(Slice<Byte> dst, rune r)
static func AppendQuoteRune(_ dst: Slice<Byte>, _ r: rune) -> Slice<Byte>
func AppendQuoteRune(dst Slice<Byte>, r rune) Slice<Byte>
Shared Function AppendQuoteRune(dst As Slice<Byte>, r As rune) As Slice<Byte>
Parameters:
- dst:
- r:
AppendQuoteRuneToASCII
class method AppendQuoteRuneToASCII(dst: Slice<Byte>; r: rune): Slice<Byte>
static Slice<Byte> AppendQuoteRuneToASCII(Slice<Byte> dst, rune r)
static func AppendQuoteRuneToASCII(_ dst: Slice<Byte>, _ r: rune) -> Slice<Byte>
func AppendQuoteRuneToASCII(dst Slice<Byte>, r rune) Slice<Byte>
Shared Function AppendQuoteRuneToASCII(dst As Slice<Byte>, r As rune) As Slice<Byte>
Parameters:
- dst:
- r:
AppendQuoteRuneToGraphic
class method AppendQuoteRuneToGraphic(dst: Slice<Byte>; r: rune): Slice<Byte>
static Slice<Byte> AppendQuoteRuneToGraphic(Slice<Byte> dst, rune r)
static func AppendQuoteRuneToGraphic(_ dst: Slice<Byte>, _ r: rune) -> Slice<Byte>
func AppendQuoteRuneToGraphic(dst Slice<Byte>, r rune) Slice<Byte>
Shared Function AppendQuoteRuneToGraphic(dst As Slice<Byte>, r As rune) As Slice<Byte>
Parameters:
- dst:
- r:
AppendQuoteToASCII
class method AppendQuoteToASCII(dst: Slice<Byte>; s: string): Slice<Byte>
static Slice<Byte> AppendQuoteToASCII(Slice<Byte> dst, string s)
static func AppendQuoteToASCII(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>
func AppendQuoteToASCII(dst Slice<Byte>, s string) Slice<Byte>
Shared Function AppendQuoteToASCII(dst As Slice<Byte>, s As string) As Slice<Byte>
Parameters:
- dst:
- s:
AppendQuoteToGraphic
class method AppendQuoteToGraphic(dst: Slice<Byte>; s: string): Slice<Byte>
static Slice<Byte> AppendQuoteToGraphic(Slice<Byte> dst, string s)
static func AppendQuoteToGraphic(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>
func AppendQuoteToGraphic(dst Slice<Byte>, s string) Slice<Byte>
Shared Function AppendQuoteToGraphic(dst As Slice<Byte>, s As string) As Slice<Byte>
Parameters:
- dst:
- s:
AppendUint
class method AppendUint(dst: Slice<Byte>; i: uint64; base: int): Slice<Byte>
static Slice<Byte> AppendUint(Slice<Byte> dst, uint64 i, int base)
static func AppendUint(_ dst: Slice<Byte>, _ i: uint64, _ base: int) -> Slice<Byte>
func AppendUint(dst Slice<Byte>, i uint64, base int) Slice<Byte>
Shared Function AppendUint(dst As Slice<Byte>, i As uint64, base As int) As Slice<Byte>
Parameters:
- dst:
- i:
- base:
Atoi
class method Atoi(s: string): tuple of (Int64, error)
static (Int64, error) Atoi(string s)
static func Atoi(_ s: string) -> tuple of (Int64, error)
func Atoi(s string) tuple of (Int64, error)
Shared Function Atoi(s As string) As Tuple (Of Int64, error)
Parameters:
- s:
CanBackquote
class method CanBackquote(s: string): bool
static bool CanBackquote(string s)
static func CanBackquote(_ s: string) -> bool
func CanBackquote(s string) bool
Shared Function CanBackquote(s As string) As bool
Parameters:
- s:
ErrRange
class var ErrRange: error;
static error ErrRange
static var ErrRange: error
ErrRange error
Shared FIELD ErrRange() As error
ErrSyntax
class var ErrSyntax: error;
static error ErrSyntax
static var ErrSyntax: error
ErrSyntax error
Shared FIELD ErrSyntax() As error
FormatBool
class method FormatBool(b: bool): string
static string FormatBool(bool b)
static func FormatBool(_ b: bool) -> string
func FormatBool(b bool) string
Shared Function FormatBool(b As bool) As string
Parameters:
- b:
FormatFloat
class method FormatFloat(f: float64; fmt: byte; prec: int; bitSize: int): string
static string FormatFloat(float64 f, byte fmt, int prec, int bitSize)
static func FormatFloat(_ f: float64, _ fmt: byte, _ prec: int, _ bitSize: int) -> string
func FormatFloat(f float64, fmt byte, prec int, bitSize int) string
Shared Function FormatFloat(f As float64, fmt As byte, prec As int, bitSize As int) As string
Parameters:
- f:
- fmt:
- prec:
- bitSize:
FormatInt
class method FormatInt(i: int64; base: int): string
static string FormatInt(int64 i, int base)
static func FormatInt(_ i: int64, _ base: int) -> string
func FormatInt(i int64, base int) string
Shared Function FormatInt(i As int64, base As int) As string
Parameters:
- i:
- base:
FormatUint
class method FormatUint(i: uint64; base: int): string
static string FormatUint(uint64 i, int base)
static func FormatUint(_ i: uint64, _ base: int) -> string
func FormatUint(i uint64, base int) string
Shared Function FormatUint(i As uint64, base As int) As string
Parameters:
- i:
- base:
IntSize
const IntSize: Int64 = 64
const Int64 IntSize = 64
static let IntSize: Int64 = 64
const IntSize Int64 = 64
Const IntSize As Int64 = 64
IsGraphic
class method IsGraphic(r: rune): bool
static bool IsGraphic(rune r)
static func IsGraphic(_ r: rune) -> bool
func IsGraphic(r rune) bool
Shared Function IsGraphic(r As rune) As bool
Parameters:
- r:
IsPrint
class method IsPrint(r: rune): bool
static bool IsPrint(rune r)
static func IsPrint(_ r: rune) -> bool
func IsPrint(r rune) bool
Shared Function IsPrint(r As rune) As bool
Parameters:
- r:
Itoa
class method Itoa(i: int): string
static string Itoa(int i)
static func Itoa(_ i: int) -> string
func Itoa(i int) string
Shared Function Itoa(i As int) As string
Parameters:
- i:
ParseBool
class method ParseBool(str: string): tuple of (Boolean, error)
static (Boolean, error) ParseBool(string str)
static func ParseBool(_ str: string) -> tuple of (Boolean, error)
func ParseBool(str string) tuple of (Boolean, error)
Shared Function ParseBool(str As string) As Tuple (Of Boolean, error)
Parameters:
- str:
ParseFloat
class method ParseFloat(s: string; bitSize: int): tuple of (Double, error)
static (Double, error) ParseFloat(string s, int bitSize)
static func ParseFloat(_ s: string, _ bitSize: int) -> tuple of (Double, error)
func ParseFloat(s string, bitSize int) tuple of (Double, error)
Shared Function ParseFloat(s As string, bitSize As int) As Tuple (Of Double, error)
Parameters:
- s:
- bitSize:
ParseInt
class method ParseInt(s: string; base: int; bitSize: int): tuple of (i: int64, err: error)
static (int64 i, error err) ParseInt(string s, int base, int bitSize)
static func ParseInt(_ s: string, _ base: int, _ bitSize: int) -> tuple of (int64, error)
func ParseInt(s string, base int, bitSize int) tuple of (|name=i| int64, |name=err| error)
Shared Function ParseInt(s As string, base As int, bitSize As int) As Tuple (Of int64, error)
Parameters:
- s:
- base:
- bitSize:
ParseUint
class method ParseUint(s: string; base: int; bitSize: int): tuple of (uint64, error)
static (uint64, error) ParseUint(string s, int base, int bitSize)
static func ParseUint(_ s: string, _ base: int, _ bitSize: int) -> tuple of (uint64, error)
func ParseUint(s string, base int, bitSize int) tuple of (uint64, error)
Shared Function ParseUint(s As string, base As int, bitSize As int) As Tuple (Of uint64, error)
Parameters:
- s:
- base:
- bitSize:
Quote
class method Quote(s: string): string
static string Quote(string s)
static func Quote(_ s: string) -> string
func Quote(s string) string
Shared Function Quote(s As string) As string
Parameters:
- s:
QuoteRune
class method QuoteRune(r: rune): string
static string QuoteRune(rune r)
static func QuoteRune(_ r: rune) -> string
func QuoteRune(r rune) string
Shared Function QuoteRune(r As rune) As string
Parameters:
- r:
QuoteRuneToASCII
class method QuoteRuneToASCII(r: rune): string
static string QuoteRuneToASCII(rune r)
static func QuoteRuneToASCII(_ r: rune) -> string
func QuoteRuneToASCII(r rune) string
Shared Function QuoteRuneToASCII(r As rune) As string
Parameters:
- r:
QuoteRuneToGraphic
class method QuoteRuneToGraphic(r: rune): string
static string QuoteRuneToGraphic(rune r)
static func QuoteRuneToGraphic(_ r: rune) -> string
func QuoteRuneToGraphic(r rune) string
Shared Function QuoteRuneToGraphic(r As rune) As string
Parameters:
- r:
QuoteToASCII
class method QuoteToASCII(s: string): string
static string QuoteToASCII(string s)
static func QuoteToASCII(_ s: string) -> string
func QuoteToASCII(s string) string
Shared Function QuoteToASCII(s As string) As string
Parameters:
- s:
QuoteToGraphic
class method QuoteToGraphic(s: string): string
static string QuoteToGraphic(string s)
static func QuoteToGraphic(_ s: string) -> string
func QuoteToGraphic(s string) string
Shared Function QuoteToGraphic(s As string) As string
Parameters:
- s:
Unquote
class method Unquote(s: string): tuple of (string, error)
static (string, error) Unquote(string s)
static func Unquote(_ s: string) -> tuple of (string, error)
func Unquote(s string) tuple of (string, error)
Shared Function Unquote(s As string) As Tuple (Of string, error)
Parameters:
- s:
UnquoteChar
class method UnquoteChar(s: string; quote: byte): tuple of (value: rune, multibyte: Boolean, tail: string, err: error)
static (rune value, Boolean multibyte, string tail, error err) UnquoteChar(string s, byte quote)
static func UnquoteChar(_ s: string, _ quote: byte) -> tuple of (rune, Boolean, string, error)
func UnquoteChar(s string, quote byte) tuple of (|name=value| rune, |name=multibyte| Boolean, |name=tail| string, |name=err| error)
Shared Function UnquoteChar(s As string, quote As byte) As Tuple (Of rune, Boolean, string, error)
Parameters:
- s:
- quote:
IntSize
const IntSize: Int64 = 64
const Int64 IntSize = 64
static let IntSize: Int64 = 64
const IntSize Int64 = 64
Const IntSize As Int64 = 64
ErrRange
class var ErrRange: error;
static error ErrRange
static var ErrRange: error
ErrRange error
Shared FIELD ErrRange() As error
ErrSyntax
class var ErrSyntax: error;
static error ErrSyntax
static var ErrSyntax: error
ErrSyntax error
Shared FIELD ErrSyntax() As error
AppendBool
class method AppendBool(dst: Slice<Byte>; b: bool): Slice<Byte>
static Slice<Byte> AppendBool(Slice<Byte> dst, bool b)
static func AppendBool(_ dst: Slice<Byte>, _ b: bool) -> Slice<Byte>
func AppendBool(dst Slice<Byte>, b bool) Slice<Byte>
Shared Function AppendBool(dst As Slice<Byte>, b As bool) As Slice<Byte>
Parameters:
- dst:
- b:
AppendFloat
class method AppendFloat(dst: Slice<Byte>; f: float64; fmt: byte; prec: int; bitSize: int): Slice<Byte>
static Slice<Byte> AppendFloat(Slice<Byte> dst, float64 f, byte fmt, int prec, int bitSize)
static func AppendFloat(_ dst: Slice<Byte>, _ f: float64, _ fmt: byte, _ prec: int, _ bitSize: int) -> Slice<Byte>
func AppendFloat(dst Slice<Byte>, f float64, fmt byte, prec int, bitSize int) Slice<Byte>
Shared Function AppendFloat(dst As Slice<Byte>, f As float64, fmt As byte, prec As int, bitSize As int) As Slice<Byte>
Parameters:
- dst:
- f:
- fmt:
- prec:
- bitSize:
AppendInt
class method AppendInt(dst: Slice<Byte>; i: int64; base: int): Slice<Byte>
static Slice<Byte> AppendInt(Slice<Byte> dst, int64 i, int base)
static func AppendInt(_ dst: Slice<Byte>, _ i: int64, _ base: int) -> Slice<Byte>
func AppendInt(dst Slice<Byte>, i int64, base int) Slice<Byte>
Shared Function AppendInt(dst As Slice<Byte>, i As int64, base As int) As Slice<Byte>
Parameters:
- dst:
- i:
- base:
AppendQuote
class method AppendQuote(dst: Slice<Byte>; s: string): Slice<Byte>
static Slice<Byte> AppendQuote(Slice<Byte> dst, string s)
static func AppendQuote(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>
func AppendQuote(dst Slice<Byte>, s string) Slice<Byte>
Shared Function AppendQuote(dst As Slice<Byte>, s As string) As Slice<Byte>
Parameters:
- dst:
- s:
AppendQuoteRune
class method AppendQuoteRune(dst: Slice<Byte>; r: rune): Slice<Byte>
static Slice<Byte> AppendQuoteRune(Slice<Byte> dst, rune r)
static func AppendQuoteRune(_ dst: Slice<Byte>, _ r: rune) -> Slice<Byte>
func AppendQuoteRune(dst Slice<Byte>, r rune) Slice<Byte>
Shared Function AppendQuoteRune(dst As Slice<Byte>, r As rune) As Slice<Byte>
Parameters:
- dst:
- r:
AppendQuoteRuneToASCII
class method AppendQuoteRuneToASCII(dst: Slice<Byte>; r: rune): Slice<Byte>
static Slice<Byte> AppendQuoteRuneToASCII(Slice<Byte> dst, rune r)
static func AppendQuoteRuneToASCII(_ dst: Slice<Byte>, _ r: rune) -> Slice<Byte>
func AppendQuoteRuneToASCII(dst Slice<Byte>, r rune) Slice<Byte>
Shared Function AppendQuoteRuneToASCII(dst As Slice<Byte>, r As rune) As Slice<Byte>
Parameters:
- dst:
- r:
AppendQuoteRuneToGraphic
class method AppendQuoteRuneToGraphic(dst: Slice<Byte>; r: rune): Slice<Byte>
static Slice<Byte> AppendQuoteRuneToGraphic(Slice<Byte> dst, rune r)
static func AppendQuoteRuneToGraphic(_ dst: Slice<Byte>, _ r: rune) -> Slice<Byte>
func AppendQuoteRuneToGraphic(dst Slice<Byte>, r rune) Slice<Byte>
Shared Function AppendQuoteRuneToGraphic(dst As Slice<Byte>, r As rune) As Slice<Byte>
Parameters:
- dst:
- r:
AppendQuoteToASCII
class method AppendQuoteToASCII(dst: Slice<Byte>; s: string): Slice<Byte>
static Slice<Byte> AppendQuoteToASCII(Slice<Byte> dst, string s)
static func AppendQuoteToASCII(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>
func AppendQuoteToASCII(dst Slice<Byte>, s string) Slice<Byte>
Shared Function AppendQuoteToASCII(dst As Slice<Byte>, s As string) As Slice<Byte>
Parameters:
- dst:
- s:
AppendQuoteToGraphic
class method AppendQuoteToGraphic(dst: Slice<Byte>; s: string): Slice<Byte>
static Slice<Byte> AppendQuoteToGraphic(Slice<Byte> dst, string s)
static func AppendQuoteToGraphic(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>
func AppendQuoteToGraphic(dst Slice<Byte>, s string) Slice<Byte>
Shared Function AppendQuoteToGraphic(dst As Slice<Byte>, s As string) As Slice<Byte>
Parameters:
- dst:
- s:
AppendUint
class method AppendUint(dst: Slice<Byte>; i: uint64; base: int): Slice<Byte>
static Slice<Byte> AppendUint(Slice<Byte> dst, uint64 i, int base)
static func AppendUint(_ dst: Slice<Byte>, _ i: uint64, _ base: int) -> Slice<Byte>
func AppendUint(dst Slice<Byte>, i uint64, base int) Slice<Byte>
Shared Function AppendUint(dst As Slice<Byte>, i As uint64, base As int) As Slice<Byte>
Parameters:
- dst:
- i:
- base:
Atoi
class method Atoi(s: string): tuple of (Int64, error)
static (Int64, error) Atoi(string s)
static func Atoi(_ s: string) -> tuple of (Int64, error)
func Atoi(s string) tuple of (Int64, error)
Shared Function Atoi(s As string) As Tuple (Of Int64, error)
Parameters:
- s:
CanBackquote
class method CanBackquote(s: string): bool
static bool CanBackquote(string s)
static func CanBackquote(_ s: string) -> bool
func CanBackquote(s string) bool
Shared Function CanBackquote(s As string) As bool
Parameters:
- s:
FormatBool
class method FormatBool(b: bool): string
static string FormatBool(bool b)
static func FormatBool(_ b: bool) -> string
func FormatBool(b bool) string
Shared Function FormatBool(b As bool) As string
Parameters:
- b:
FormatFloat
class method FormatFloat(f: float64; fmt: byte; prec: int; bitSize: int): string
static string FormatFloat(float64 f, byte fmt, int prec, int bitSize)
static func FormatFloat(_ f: float64, _ fmt: byte, _ prec: int, _ bitSize: int) -> string
func FormatFloat(f float64, fmt byte, prec int, bitSize int) string
Shared Function FormatFloat(f As float64, fmt As byte, prec As int, bitSize As int) As string
Parameters:
- f:
- fmt:
- prec:
- bitSize:
FormatInt
class method FormatInt(i: int64; base: int): string
static string FormatInt(int64 i, int base)
static func FormatInt(_ i: int64, _ base: int) -> string
func FormatInt(i int64, base int) string
Shared Function FormatInt(i As int64, base As int) As string
Parameters:
- i:
- base:
FormatUint
class method FormatUint(i: uint64; base: int): string
static string FormatUint(uint64 i, int base)
static func FormatUint(_ i: uint64, _ base: int) -> string
func FormatUint(i uint64, base int) string
Shared Function FormatUint(i As uint64, base As int) As string
Parameters:
- i:
- base:
IsGraphic
class method IsGraphic(r: rune): bool
static bool IsGraphic(rune r)
static func IsGraphic(_ r: rune) -> bool
func IsGraphic(r rune) bool
Shared Function IsGraphic(r As rune) As bool
Parameters:
- r:
IsPrint
class method IsPrint(r: rune): bool
static bool IsPrint(rune r)
static func IsPrint(_ r: rune) -> bool
func IsPrint(r rune) bool
Shared Function IsPrint(r As rune) As bool
Parameters:
- r:
Itoa
class method Itoa(i: int): string
static string Itoa(int i)
static func Itoa(_ i: int) -> string
func Itoa(i int) string
Shared Function Itoa(i As int) As string
Parameters:
- i:
ParseBool
class method ParseBool(str: string): tuple of (Boolean, error)
static (Boolean, error) ParseBool(string str)
static func ParseBool(_ str: string) -> tuple of (Boolean, error)
func ParseBool(str string) tuple of (Boolean, error)
Shared Function ParseBool(str As string) As Tuple (Of Boolean, error)
Parameters:
- str:
ParseFloat
class method ParseFloat(s: string; bitSize: int): tuple of (Double, error)
static (Double, error) ParseFloat(string s, int bitSize)
static func ParseFloat(_ s: string, _ bitSize: int) -> tuple of (Double, error)
func ParseFloat(s string, bitSize int) tuple of (Double, error)
Shared Function ParseFloat(s As string, bitSize As int) As Tuple (Of Double, error)
Parameters:
- s:
- bitSize:
ParseInt
class method ParseInt(s: string; base: int; bitSize: int): tuple of (i: int64, err: error)
static (int64 i, error err) ParseInt(string s, int base, int bitSize)
static func ParseInt(_ s: string, _ base: int, _ bitSize: int) -> tuple of (int64, error)
func ParseInt(s string, base int, bitSize int) tuple of (|name=i| int64, |name=err| error)
Shared Function ParseInt(s As string, base As int, bitSize As int) As Tuple (Of int64, error)
Parameters:
- s:
- base:
- bitSize:
ParseUint
class method ParseUint(s: string; base: int; bitSize: int): tuple of (uint64, error)
static (uint64, error) ParseUint(string s, int base, int bitSize)
static func ParseUint(_ s: string, _ base: int, _ bitSize: int) -> tuple of (uint64, error)
func ParseUint(s string, base int, bitSize int) tuple of (uint64, error)
Shared Function ParseUint(s As string, base As int, bitSize As int) As Tuple (Of uint64, error)
Parameters:
- s:
- base:
- bitSize:
Quote
class method Quote(s: string): string
static string Quote(string s)
static func Quote(_ s: string) -> string
func Quote(s string) string
Shared Function Quote(s As string) As string
Parameters:
- s:
QuoteRune
class method QuoteRune(r: rune): string
static string QuoteRune(rune r)
static func QuoteRune(_ r: rune) -> string
func QuoteRune(r rune) string
Shared Function QuoteRune(r As rune) As string
Parameters:
- r:
QuoteRuneToASCII
class method QuoteRuneToASCII(r: rune): string
static string QuoteRuneToASCII(rune r)
static func QuoteRuneToASCII(_ r: rune) -> string
func QuoteRuneToASCII(r rune) string
Shared Function QuoteRuneToASCII(r As rune) As string
Parameters:
- r:
QuoteRuneToGraphic
class method QuoteRuneToGraphic(r: rune): string
static string QuoteRuneToGraphic(rune r)
static func QuoteRuneToGraphic(_ r: rune) -> string
func QuoteRuneToGraphic(r rune) string
Shared Function QuoteRuneToGraphic(r As rune) As string
Parameters:
- r:
QuoteToASCII
class method QuoteToASCII(s: string): string
static string QuoteToASCII(string s)
static func QuoteToASCII(_ s: string) -> string
func QuoteToASCII(s string) string
Shared Function QuoteToASCII(s As string) As string
Parameters:
- s:
QuoteToGraphic
class method QuoteToGraphic(s: string): string
static string QuoteToGraphic(string s)
static func QuoteToGraphic(_ s: string) -> string
func QuoteToGraphic(s string) string
Shared Function QuoteToGraphic(s As string) As string
Parameters:
- s:
Unquote
class method Unquote(s: string): tuple of (string, error)
static (string, error) Unquote(string s)
static func Unquote(_ s: string) -> tuple of (string, error)
func Unquote(s string) tuple of (string, error)
Shared Function Unquote(s As string) As Tuple (Of string, error)
Parameters:
- s:
UnquoteChar
class method UnquoteChar(s: string; quote: byte): tuple of (value: rune, multibyte: Boolean, tail: string, err: error)
static (rune value, Boolean multibyte, string tail, error err) UnquoteChar(string s, byte quote)
static func UnquoteChar(_ s: string, _ quote: byte) -> tuple of (rune, Boolean, string, error)
func UnquoteChar(s string, quote byte) tuple of (|name=value| rune, |name=multibyte| Boolean, |name=tail| string, |name=err| error)
Shared Function UnquoteChar(s As string, quote As byte) As Tuple (Of rune, Boolean, string, error)
Parameters:
- s:
- quote: