SecureBlackbox 2020 iOS Edition

Questions / Feedback?

charset (property)

The charset to apply to Message .

Syntax

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

Default Value

"utf-8"

Remarks

Use this property to specify the character set to use in the message.

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