TryReadInt32 Method
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool TryReadInt32(
out int result,
char? separator = null
)
Public Function TryReadInt32 (
<OutAttribute> ByRef result As Integer,
Optional separator As Char? = Nothing
) As Boolean
member TryReadInt32 :
result : int byref *
?separator : Nullable<char>
(* Defaults:
let _separator = defaultArg separator null
*)
-> bool