Binary Conversion (Binary to String) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
bytes AS BINARY
) AS STRING
public static implicit operator string (
Binary bytes
)
Request Example
View SourceParameters
- bytes
- Type: Binary
Return Value
Type:
StringSee Also