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.
public static bool TryGetCode (string str, out int code);
static member TryGetCode : string * int -> bool
Public Shared Function TryGetCode (str As String, ByRef code As Integer) As Boolean