SerializationUtilities.TryGetValueFromBinaryForm<T>(String, T) Method

Definition

Try to deserialize an input of T type from the given string.

public:
generic <typename T>
 static bool TryGetValueFromBinaryForm(System::String ^ input, [Runtime::InteropServices::Out] T % output);
public static bool TryGetValueFromBinaryForm<T> (string input, out T output);
static member TryGetValueFromBinaryForm : string * 'T -> bool
Public Shared Function TryGetValueFromBinaryForm(Of T) (input As String, ByRef output As T) As Boolean

Type Parameters

T

Parameters

input
String
output
T

Returns

Applies to