WinCompose.SettingsEntry.Serialize C# (CSharp) Méthode

Serialize() protected abstract méthode

Serializes the given value into a string. This method should not throw any unhandled exception.
protected abstract Serialize ( object value ) : string
value object The value to serialize.
Résultat string
        protected abstract string Serialize(object value);