StringNormalize Constructor
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Sub New ( _
fromLob As StringNormalize.Mode, _
toLob As StringNormalize.Mode _
)
'Usage
Dim fromLob As StringNormalize.Mode
Dim toLob As StringNormalize.Mode
Dim instance As New StringNormalize(fromLob, _
toLob)
public StringNormalize(
StringNormalize.Mode fromLob,
StringNormalize.Mode toLob
)
Parameters
fromLob
Type: Microsoft.SharePoint.BusinessData.Infrastructure.Client.StringNormalize.ModeThe external system to convert from.
toLob
Type: Microsoft.SharePoint.BusinessData.Infrastructure.Client.StringNormalize.ModeThe external system to convert to.
See Also
Reference
Microsoft.SharePoint.BusinessData.Infrastructure.Client Namespace