 | BinHandlerwriteByte Method |
Binary Byte
Namespace:
CSharpOsu.Util.BinaryHandler
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic void writeByte(
string bt
)
Public Sub writeByte (
bt As String
)
public:
void writeByte(
String^ bt
)
member writeByte :
bt : string -> unit
Parameters
- bt
- Type: SystemString
A string.
See Also