DictionaryEditor.TryGetValue

Método DictionaryEditor.TryGetValue

Para acceso a tipos de datos simples como string, nombre, bool, número. Devuelve null para otros tipos.

public bool TryGetValue(string key, out ICosPdfPrimitive value)
ParámetroTipoDescripción
keyStringValor de la clave
valueICosPdfPrimitive&devuelve ICosPdfPrimitive para la clave o null.

Valor de Retorno

Devuelve true si ICosPdfPrimitive es como string, nombre, bool, número. Devuelve false para todos los otros tipos.

Véase También