IDebugFormatter.GetStringForVariant(Object, UInt32, 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 GetStringForVariant(System::Object ^ % pvar, System::UInt32 nRadix, [Runtime::InteropServices::Out] System::String ^ % pbstrValue);
public int GetStringForVariant(ref object pvar, uint nRadix, out string pbstrValue);
abstract member GetStringForVariant : obj * uint32 * string -> int
Public Function GetStringForVariant (ByRef pvar As Object, nRadix As UInteger, ByRef pbstrValue As String) As Integer
Parameters
- pvar
- Object
- nRadix
- UInt32
- pbstrValue
- String