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
)
Public Shared Function TryUnwrapResolve (
sIn As String,
<OutAttribute> ByRef sOut As String
) As Boolean
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:
BooleanTrue if string was wrapped, else false.
See Also