SerializationUtilities.GetString<T> Method (T)
Converts an object of a given type into a string.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
Public Shared Function GetString(Of T) ( _
input As T _
) As String
public static string GetString<T>(
T input
)
public:
generic<typename T>
static String^ GetString(
T input
)
static member GetString :
input:'T -> string
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- input
Type: T
The type to convert into a string.
Return Value
Type: System.String
The object as a string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.