/// <summary> /// Provides a (valid) string representation of the provided ListContentFormat. /// </summary> /// <param name="value">The value to serialize to string.</param> /// <returns>A (valid) string representation of the provided ListContentFormat.</returns> private static string ListContentFormatToString(ListContentFormat value) { return(value.ToString()); }
/// <summary> /// Provides a (valid) string representation of the provided ListContentFormat. /// </summary> /// <param name="value">The value to serialize to string.</param> /// <returns>A (valid) string representation of the provided ListContentFormat.</returns> private static string ListContentFormatToString(ListContentFormat value) { return value.ToString(); }