IDebugEnumField.GetValueFromStringCaseInsensitive(String, UInt64) 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 GetValueFromStringCaseInsensitive(System::String ^ pszValue, [Runtime::InteropServices::Out] System::UInt64 % pValue);
public int GetValueFromStringCaseInsensitive(string pszValue, out ulong pValue);
abstract member GetValueFromStringCaseInsensitive : string * uint64 -> int
Public Function GetValueFromStringCaseInsensitive (pszValue As String, ByRef pValue As ULong) As Integer
Parameters
- pszValue
- String
- pValue
- UInt64