DictionaryEditor.TryGetValue

DictionaryEditor.TryGetValue metodu

string, name, bool, number gibi basit veri türlerine erişim için. Diğer türler için null döner.

public bool TryGetValue(string key, out ICosPdfPrimitive value)
ParametreTürAçıklama
keyStringAnahtar değeri
valueICosPdfPrimitive&anahtar için ICosPdfPrimitive döner veya null.

Dönüş Değeri

Eğer ICosPdfPrimitive string, name, bool, number gibi ise true döner. Diğer tüm türler için false döner.

Ayrıca Bakınız