Click or drag to resize

StringFunctionsFormatError Method

Linkar Framework for .NET and Core


This function formats the message error by split into Error Code and Error Message.

Namespace: Linkar.Strings
Assembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax
public static string FormatError(
	string error
)

Parameters

error  String
The value of ERRORS_KEY tag.

Return Value

String
The error formated
See Also