ComValue.SetGuid

Sets the value to a .NET Guid by passing in either a GUID string, a ComGuid object, or a null (which creates a new Guid).

This method isn't really necessary as you can never effectively get a Guid reference into FoxPro. Instead always use InvokeMethod() or GetProperty() to retrieve Guid values which are then returned as ComValue instances you can call GetGuid() on.

o.ComValue.SetGuid(object value)

Parameters

<>object value<> Guid to set the value to. Valid types are: String, ComGuid or null


See also:

Class ComValue

© West Wind Technologies, 2004-2020 • Updated: 09/19/19
Comment or report problem with topic