Click or drag to resize

FuncsRight Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Functions.Funcs.Right(System.String,System.Int32)"]

Namespace:  Stimulsoft.Data.Functions
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static string Right(
	string str,
	int length = -1
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Right(System.String,System.Int32)"]

length (Optional)
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Right(System.String,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Functions.Funcs.Right(System.String,System.Int32)"]

See Also