Show / Hide Table of Contents

Class StringConverter

Property converter for a langword_csharp_string

Inheritance
Object
StringConverter
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Props.Converters
Assembly:FubarDev.WebDavServer.dll
Syntax
public class StringConverter : IPropertyConverter<string>

Methods

| Improve this Doc View Source

FromElement(XElement)

Declaration
public string FromElement(XElement element)
Parameters
Type Name Description
XElement element
Returns
Type Description
String
Implements
IPropertyConverter<T>.FromElement(XElement)
| Improve this Doc View Source

IsValidValue(String)

Declaration
public bool IsValidValue(string value)
Parameters
Type Name Description
String value
Returns
Type Description
Boolean
Implements
IPropertyConverter<T>.IsValidValue(T)
| Improve this Doc View Source

ToElement(XName, String)

Declaration
public XElement ToElement(XName name, string value)
Parameters
Type Name Description
XName name
String value
Returns
Type Description
XElement
Implements
IPropertyConverter<T>.ToElement(XName, T)
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX