Click or drag to resize
TypeConvertTryParseT Method
Try parse the string to the generic type

Namespace: DrawerBackup.Native
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static T TryParse<T>(
	string from,
	T _default = null
)

Parameters

from
Type: SystemString
_default (Optional)
Type: T

Type Parameters

T

Return Value

Type: T
See Also