Files
NativeScript/tests/app/text/formatted-string.md
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

13 lines
403 B
Markdown

---
nav-title: "Formatted String How-To"
title: "formatted-string"
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'/>