IDebugEnumField.GetStringFromValue(UInt64, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetStringFromValue(System::UInt64 value, [Runtime::InteropServices::Out] System::String ^ % pbstrValue);
public int GetStringFromValue(ulong value, out string pbstrValue);
abstract member GetStringFromValue : uint64 * string -> int
Public Function GetStringFromValue (value As ULong, ByRef pbstrValue As String) As Integer
Parameters
- value
- UInt64
- pbstrValue
- String