-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_Strings_StringOrigin
andrewvk edited this page Apr 20, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
String functions relative parameters origin
Namespace: CodeJam.Strings
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum StringOrigin
VB
Public Enumeration StringOrigin
F#
type StringOrigin
Member name | Value | Description | |
---|---|---|---|
Begin | 0 | Relative to string begin. | |
End | 1 | Relative to string end. |