Delen via


DataContractUtils<T>.Serialize(T) Method

Definition

Serializes the propertyBagContainer to the string.

public static string Serialize (T propertyBagContainer);
static member Serialize : 'T -> string
Public Shared Function Serialize (propertyBagContainer As T) As String

Parameters

propertyBagContainer
T

Property bag

Returns

Serialized string

Applies to