Files
NativeScript/tests/app/text/formatted-string.md
2016-06-20 14:32:12 +03:00

14 lines
429 B
Markdown

---
nav-title: "Formatted String How-To"
title: "formatted-string"
environment: nativescript
description: "Examples for using Formatted String"
previous_url: /ApiReference/text/formatted-string/HOW-TO
---
# Formatted String
Using a formatted string requires loading formatted-string and span module.
<snippet id='formatted-string-require'/>
### How to set formatted text content for a label
<snippet id='formatted-string-set'/>