StringUtil.Unwrap Method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Shared Function Unwrap ( _
value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String
returnValue = StringUtil.Unwrap(value)
public static string Unwrap(
string value
)
Parameters
- value
Type: System.String
Return Value
Type: System.String