StringExtrasAddText Method |
append/prepend text to a string
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string AddText(
string origString,
string addText,
bool isFront
)
Public Shared Function AddText (
origString As String,
addText As String,
isFront As Boolean
) As String
public:
static String^ AddText(
String^ origString,
String^ addText,
bool isFront
)
static member AddText :
origString : string *
addText : string *
isFront : bool -> string
Parameters
- origString
- Type: SystemString
- addText
- Type: SystemString
- isFront
- Type: SystemBoolean
Return Value
Type:
String
See Also