SerializationUtilities.TryGetValueFromBinaryForm<T>(String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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