Click or drag to resize

MultilanguageStringCreteFromPatchString Method

Creates a new MultilanguageString from previous patch string and previous value, respecting format.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static MultilanguageString CreteFromPatchString(
	string patchString,
	string format = null,
	MultilanguageString previousValue = null
)

Parameters

patchString
Type: SystemString
The value with which to "patch" the previous value.
format (Optional)
Type: SystemString
The format.
previousValue (Optional)
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The previous value.

Return Value

Type: MultilanguageString
Exceptions
ExceptionCondition
FormatExceptionWhen format is not recognized.
Remarks
The method is designed to work as a 'set' method for multi-language attributes. It expects value, which was previously created by ToString(String) or ToString(String, IFormatProvider).
See Also