State
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.fmt
- Platforms: .NET, .NET Standard 2.0, Island
- Ancestry: Writer | State
Required Methods
Flag
method Flag(c: int): bool
bool Flag(int c)
func Flag(_ c: int) -> bool
func Flag(c int) bool
Function Flag(c As int) As bool
Parameters:
- c:
Precision
method Precision: tuple of (prec: Int64, ok: Boolean)
(Int64 prec, Boolean ok) Precision()
func Precision() -> tuple of (Int64, Boolean)
func Precision() tuple of (|name=prec| Int64, |name=ok| Boolean)
Function Precision() As Tuple (Of Int64, Boolean)
Width
method Width: tuple of (wid: Int64, ok: Boolean)
(Int64 wid, Boolean ok) Width()
func Width() -> tuple of (Int64, Boolean)
func Width() tuple of (|name=wid| Int64, |name=ok| Boolean)
Function Width() As Tuple (Of Int64, Boolean)
method Write(b: Slice<Byte>): tuple of (n: Int64, err: error)
(Int64 n, error err) Write(Slice<Byte> b)
func Write(_ b: Slice<Byte>) -> tuple of (Int64, error)
func Write(b Slice<Byte>) tuple of (|name=n| Int64, |name=err| error)
Function Write(b As Slice<Byte>) As Tuple (Of Int64, error)
Parameters:
- b:
method Write(p: Slice<Byte>): tuple of (n: Int64, err: error)
(Int64 n, error err) Write(Slice<Byte> p)
func Write(_ p: Slice<Byte>) -> tuple of (Int64, error)
func Write(p Slice<Byte>) tuple of (|name=n| Int64, |name=err| error)
Function Write(p As Slice<Byte>) As Tuple (Of Int64, error)
Parameters:
- p: