public static bool TryParse(
string text,
out Permutation output
)
Public Shared Function TryParse (
text As String,
<OutAttribute> ByRef output As Permutation
) As Boolean
public:
static bool TryParse(
String^ text,
[OutAttribute] Permutation^% output
)
static member TryParse :
text : string *
output : Permutation byref -> bool
For information on supported text representations, see Parse(String).