TermsConverterTryGetIndexOfPreviousChar Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static bool TryGetIndexOfPreviousChar(
SessionProfile sessionProfile,
string text,
int position,
out int index
)
Public Shared Function TryGetIndexOfPreviousChar (
sessionProfile As SessionProfile,
text As String,
position As Integer,
<OutAttribute> ByRef index As Integer
) As Boolean
public:
static bool TryGetIndexOfPreviousChar(
SessionProfile^ sessionProfile,
String^ text,
int position,
[OutAttribute] int% index
)
static member TryGetIndexOfPreviousChar :
sessionProfile : SessionProfile *
text : string *
position : int *
index : int byref -> bool
- sessionProfile SessionProfile
-
- text String
-
- position Int32
-
- index Int32
-
Boolean