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