XmlDictionaryReader.TryGetBase64ContentLength(Int32) Method
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.
Not implemented in this class (it always returns false
). May be overridden in derived classes.
public:
virtual bool TryGetBase64ContentLength([Runtime::InteropServices::Out] int % length);
public virtual bool TryGetBase64ContentLength (out int length);
abstract member TryGetBase64ContentLength : int -> bool
override this.TryGetBase64ContentLength : int -> bool
Public Overridable Function TryGetBase64ContentLength (ByRef length As Integer) As Boolean
Parameters
- length
- Int32
Returns 0, unless overridden in a derived class.
Returns
false
, unless overridden in a derived class.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.