Class HtmlValue
- Namespace
- ScrapySharp.Extensions
- Assembly
- ScrapySharp.dll
public class HtmlValue : IEquatable<HtmlValue>
- Inheritance
-
HtmlValue
- Implements
-
- Inherited Members
-
Constructors
HtmlValue(string)
public HtmlValue(string value)
Parameters
value
string
Methods
Equals(HtmlValue)
public bool Equals(HtmlValue other)
Parameters
other
HtmlValue
Returns
- bool
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(HtmlValue, HtmlValue)
public static bool operator ==(HtmlValue left, HtmlValue right)
Parameters
left
HtmlValue
right
HtmlValue
Returns
- bool
explicit operator bool(HtmlValue)
public static explicit operator bool(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- bool
explicit operator DateTime(HtmlValue)
public static explicit operator DateTime(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- DateTime
explicit operator decimal(HtmlValue)
public static explicit operator decimal(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- decimal
explicit operator double(HtmlValue)
public static explicit operator double(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- double
explicit operator Guid(HtmlValue)
public static explicit operator Guid(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- Guid
explicit operator int(HtmlValue)
public static explicit operator int(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- int
explicit operator long(HtmlValue)
public static explicit operator long(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- long
explicit operator bool?(HtmlValue)
public static explicit operator bool?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- bool?
explicit operator DateTime?(HtmlValue)
public static explicit operator DateTime?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- DateTime?
explicit operator decimal?(HtmlValue)
public static explicit operator decimal?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- decimal?
explicit operator double?(HtmlValue)
public static explicit operator double?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- double?
explicit operator Guid?(HtmlValue)
public static explicit operator Guid?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- Guid?
explicit operator int?(HtmlValue)
public static explicit operator int?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- int?
explicit operator long?(HtmlValue)
public static explicit operator long?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- long?
explicit operator float?(HtmlValue)
public static explicit operator float?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- float?
explicit operator TimeSpan?(HtmlValue)
public static explicit operator TimeSpan?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- TimeSpan?
explicit operator uint?(HtmlValue)
public static explicit operator uint?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- uint?
explicit operator ulong?(HtmlValue)
public static explicit operator ulong?(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- ulong?
explicit operator float(HtmlValue)
public static explicit operator float(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- float
explicit operator TimeSpan(HtmlValue)
public static explicit operator TimeSpan(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- TimeSpan
explicit operator uint(HtmlValue)
public static explicit operator uint(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- uint
explicit operator ulong(HtmlValue)
public static explicit operator ulong(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- ulong
implicit operator string(HtmlValue)
public static implicit operator string(HtmlValue htmlValue)
Parameters
htmlValue
HtmlValue
Returns
- string
implicit operator HtmlValue(string)
public static implicit operator HtmlValue(string value)
Parameters
value
string
Returns
- HtmlValue
operator !=(HtmlValue, HtmlValue)
public static bool operator !=(HtmlValue left, HtmlValue right)
Parameters
left
HtmlValue
right
HtmlValue
Returns
- bool