SecureBlackbox 2020 iOS Edition

Questions / Feedback?

encoding (property)

Specifies XML encoding.

Syntax

@property (nonatomic,readwrite,assign,getter=encoding,setter=setEncoding:) NSString* encoding;
- (NSString*)encoding;
- (void)setEncoding:(NSString*)newEncoding;
public var encoding: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to specify the encoding to apply to the XML documents.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]