Psz Conversion (Byte to Psz) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
p AS BYTE*
) AS PSZ
public static implicit operator Psz (
byte* p
)
Request Example
View SourceParameters
- p
- Type: Byte*
Return Value
Type:
PszSee Also