Click or drag to resize

FieldKernelTryUnwrapResolve Method

Determine if the provided string has a !fnResolve() wrapper and if so, remove it.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool TryUnwrapResolve(
	string sIn,
	out string sOut
)

Parameters

sIn
Type: SystemString
The string to examine and process.
sOut
Type: SystemString
The string with the wrapper removed, if one was found.

Return Value

Type: Boolean
True if string was wrapped, else false.
See Also