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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.