CursorResourceGroupEncoder: Encode |
Encodes a PictureResourceGroup object.
Public Function Encode( ByRef Value As Variant, ByRef ResourceName As Variant, Optional ByRef ResourceType As Variant, Optional ByRef LanguageID As Variant ) As Boolean
Any value can be passed in. No exception is thrown. If the value is not a PictureResourceGroup then the function returns False.
The ResourceName can be a String or a Numeric value.
The LanguageID can be a CultureInfo object, a culture name, or an LCID. If the LanguageID is not supplied, then the current culture is used.