StringToGuidValueConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IAttributeValueConverter for converting XRM String attributes to Guid.
public ref class StringToGuidValueConverter : Microsoft::Xrm::Sdk::Data::Mappings::IAttributeValueConverter
public class StringToGuidValueConverter : Microsoft.Xrm.Sdk.Data.Mappings.IAttributeValueConverter
type StringToGuidValueConverter = class
interface IAttributeValueConverter
Public Class StringToGuidValueConverter
Implements IAttributeValueConverter
- Inheritance
-
StringToGuidValueConverter
- Implements
Constructors
StringToGuidValueConverter() |
Methods
ToExternal(Object) |
Converts from the XRM attribute value to the equivalent external attribute value. |
ToXrm(Object) |
Converts from the external attribute value to the equivalent XRM attribute value. |