SPExecutingConversionRequest.ToByteArray Method
Used internally to return the properties of the object as a byte array.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function ToByteArray As Byte()
'Usage
Dim instance As SPExecutingConversionRequest
Dim returnValue As Byte()
returnValue = instance.ToByteArray()
public byte[] ToByteArray()
Return Value
Type: []
A Byte array that contains the properties.
See Also
Reference
SPExecutingConversionRequest Class