ByteOrder
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.binary
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
PutUint16 .NET
method PutUint16(uint16)
void PutUint16(uint16 )
func PutUint16(_ uint16)
void PutUint16(uint16 )
func PutUint16( uint16)
Sub PutUint16( As uint16)
Parameters:
- :
PutUint32 .NET
method PutUint32(uint32)
void PutUint32(uint32 )
func PutUint32(_ uint32)
void PutUint32(uint32 )
func PutUint32( uint32)
Sub PutUint32( As uint32)
Parameters:
- :
PutUint64 .NET
method PutUint64(uint64)
void PutUint64(uint64 )
func PutUint64(_ uint64)
void PutUint64(uint64 )
func PutUint64( uint64)
Sub PutUint64( As uint64)
Parameters:
- :
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Uint16
Parameters:
- :
Uint32
Parameters:
- :
Uint64
Parameters:
- :